Platform Explorer / Nuxeo Platform 2023.10

Extension point mapper

Documentation

Allows to register an Avro Mapper implementation dedicated to a custom type.

Contribution Descriptors

  • Class: org.nuxeo.runtime.avro.AvroMapperDescriptor

Existing Contributions

Contributions are presented in the same order as the registration order on this extension point. This order is displayed before the contribution name, in brackets.

  • nuxeo-core-io-2023.10.13.jar /OSGI-INF/avro-factory-contrib.xml
    <extension point="mapper" target="org.nuxeo.runtime.avro">
        <mapper class="org.nuxeo.ecm.core.io.avro.PropertyMapper" type="org.nuxeo.ecm.core.api.model.Property"/>
        <mapper class="org.nuxeo.ecm.core.io.avro.DocumentModelMapper" type="org.nuxeo.ecm.core.api.DocumentModel"/>
        <mapper class="org.nuxeo.ecm.core.io.avro.BlobPropertyMapper" type="org.nuxeo.ecm.core.api.model.impl.primitives.BlobProperty"/>
      </extension>